random choice dictionary python

31

random.choice(list(my_dict))
entry_list = list(a_dict.items())
print(random_entry)

Comments

Submit
0 Comments